chore(release): v0.28.0 - #325
Merged
Merged
Conversation
Bump to v0.28.0, releasing the rename of `ticker` to `stocks` (#324). Breaking, and the first release in this series that is: `moshcode ticker` and `/ticker` no longer dispatch. The verb is `moshcode stocks` / `/stocks`, and `advisor` remains an alias. Minor rather than major because the project is pre-1.0, where a minor is the conventional place for a breaking change — and because the break is one verb, one release old, that answers with where it went rather than a bare "unknown command". `ticker@moshcode` keeps its plugin id and installs unchanged; its command is now `/stocks`, which existing installs pick up on the next plugin update. The rename is what makes the release necessary rather than optional: install.sh serves the latest release tarball, so until a release carries it every installed binary still answers to `ticker` and not to `stocks`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ThreatCrush Security Scan91 finding(s) HIGH/CRITICAL: 2 | MEDIUM: 41 | LOW: 48
…and 41 more. Full results in the Security tab. Snippets are redacted; ThreatCrush never prints matched credential material. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump to v0.28.0, releasing the rename of
tickertostocks(#324).Breaking, and the first release in this series that is:
moshcode tickerand/tickerno longer dispatch. The verb ismoshcode stocks//stocks, andadvisorremains an alias.Minor rather than major because the project is pre-1.0, where a minor is the conventional place for a breaking change — and because the break is one verb, one release old, that answers with where it went rather than a bare "unknown command":
ticker@moshcodekeeps its plugin id and installs unchanged; its command is now/stocks, which existing installs pick up on the next plugin update.Why the release is necessary rather than optional
install.shserves the latest release tarball, not main — so until a release carries it, every installed binary still answers totickerand not tostocks.Verification
Full suite on this exact tree: 1386 tests, 0 failures.
Merging this and publishing the
v0.28.0release triggerspublish.yml, which re-runs the tests and pushes to npm with provenance.🤖 Generated with Claude Code